python-lxml: bump to version 5.4.0
authorAlexandru Ardelean <[email protected]>
Sun, 11 May 2025 04:40:14 +0000 (07:40 +0300)
committerJosef Schlehofer <[email protected]>
Tue, 21 Oct 2025 22:20:09 +0000 (00:20 +0200)
Signed-off-by: Alexandru Ardelean <[email protected]>
(cherry picked from commit eeacf8474b4ce4d174b6f0fe135345f36f4d0d00)

lang/python/python-lxml/Makefile
lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch

index 4253d92367bfd661f089c63bf0d455f11f6f5a75..e72924cc875e56ff31e434ceb9e59b02f59fc5f9 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-lxml
-PKG_VERSION:=5.3.0
+PKG_VERSION:=5.4.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=lxml
-PKG_HASH:=4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f
+PKG_HASH:=d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSES.txt
index f73f46c737b6250baf8cb73063086a0f11d5c2cf..22429e7fc16bb9dea1a857a09a739959a0ff7b45 100644 (file)
@@ -2,8 +2,8 @@
 +++ b/pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["Cython>=3.0.11", "setuptools", "wheel"]
+-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"]
 +requires = ["Cython>=3.0.10", "setuptools", "wheel"]
  
  [tool.cibuildwheel]
- build-verbosity = 2
+ build-verbosity = 1